﻿2026-09-07T06:28:44.3949324Z ##[group]Run set -euo pipefail
2026-09-07T06:28:44.3949701Z [36;1mset -euo pipefail[0m
2026-09-07T06:28:44.3950046Z [36;1mfloor_bytes=$((32 * 1024 * 1024 * 1024))[0m
2026-09-07T06:28:44.3950444Z [36;1mdrive=$(df -P "$GITHUB_WORKSPACE" | awk 'NR == 2 { print $1 }')[0m
2026-09-07T06:28:44.3950900Z [36;1mfree_bytes=$(df -PB1 "$GITHUB_WORKSPACE" | awk 'NR == 2 { print $4 }')[0m
2026-09-07T06:28:44.3951348Z [36;1mverdict=PASS[0m
2026-09-07T06:28:44.3951687Z [36;1mif [ "$free_bytes" -lt "$floor_bytes" ]; then verdict=RED; fi[0m
2026-09-07T06:28:44.3952244Z [36;1mprintf 'FLOOR_END job=traceability runner=Linux free_bytes=%s floor_bytes=%s verdict=%s sample=INSTANT\n' \[0m
2026-09-07T06:28:44.3952769Z [36;1m  "$free_bytes" "$floor_bytes" "$verdict"[0m
2026-09-07T06:28:44.3953165Z [36;1mif [ "$free_bytes" -lt "$floor_bytes" ]; then[0m
2026-09-07T06:28:44.3953729Z [36;1m  echo "::error title=Insufficient free disk::RESOURCE=disk drive=$drive free_bytes=$free_bytes floor_bytes=$floor_bytes"[0m
2026-09-07T06:28:44.3954297Z [36;1m  exit 1[0m
2026-09-07T06:28:44.3954592Z [36;1mfi[0m
2026-09-07T06:28:44.3967750Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-09-07T06:28:44.3968131Z ##[endgroup]
2026-09-07T06:28:44.4035147Z FLOOR_END job=traceability runner=Linux free_bytes=363462545408 floor_bytes=34359738368 verdict=PASS sample=INSTANT
